home *** CD-ROM | disk | FTP | other *** search
/ Willard Press Kit / Willard Press Kit.iso / mac / Acrobat Reader 5 / Acrobat Reader 5.0 / Acrobat Reader 5.0.rsrc / EXVW_10060_admProofCustom < prev    next >
Text File  |  2001-09-24  |  609b  |  27 lines

  1. dialog(name: '$$$/Dialogs/ProofCustom')
  2. {
  3.     group()
  4.     {    
  5.         view( align_children: align_left )
  6.         {
  7.             view(align_children: align_row)
  8.             {
  9.                 static_text( name:'$$$/Dialogs/ProofCustom/Profile' );
  10.                 popup( item_id: 'Pruf', width: max_char_width() * 11);
  11.             }
  12.             view (align_children: align_top)
  13.             {
  14.                 static_text( name:'$$$/Dialogs/ProofCustom/Simulate' );
  15.                 view (align_children: align_left)
  16.                 {
  17.                     check_box(item_id: 'ksim', name:'$$$/Dialogs/ProofCustom/InkBlack');
  18.                     check_box(item_id: 'wsim', name:'$$$/Dialogs/ProofCustom/PaperWhite');
  19.                 }
  20.             }
  21.             gap(height: 8);
  22.  
  23.         }
  24.         ok_cancel();
  25.     }
  26. }
  27.